go/types.typeWriter.typ (method)

27 uses

	go/types (current package)
		context.go#L78: 	h.typ(orig)
		format.go#L45: 			w.typ(a)
		format.go#L56: 				w.typ(x)
		format.go#L69: 				w.typ(x)
		typestring.go#L60: 	newTypeWriter(buf, qf).typ(typ)
		typestring.go#L115: func (w *typeWriter) typ(typ Type) {
		typestring.go#L142: 		w.typ(t.elem)
		typestring.go#L146: 		w.typ(t.elem)
		typestring.go#L171: 			w.typ(f.typ)
		typestring.go#L189: 		w.typ(t.base)
		typestring.go#L212: 			w.typ(t.typ)
		typestring.go#L232: 				w.typ(t.embeddeds[0])
		typestring.go#L257: 				w.typ(typ)
		typestring.go#L264: 		w.typ(t.key)
		typestring.go#L266: 		w.typ(t.elem)
		typestring.go#L289: 		w.typ(t.elem)
		typestring.go#L350: 			w.typ(Unalias(t.obj.typ))
		typestring.go#L385: 			newTypeHasher(&buf, w.ctxt).typ(term.typ)
		typestring.go#L402: 		w.typ(typ)
		typestring.go#L422: 				w.typ(prev)
		typestring.go#L427: 		w.typ(tpar)
		typestring.go#L431: 		w.typ(prev)
		typestring.go#L465: 					w.typ(typ)
		typestring.go#L470: 			w.typ(typ)
		typestring.go#L499: 		w.typ(sig.results.vars[0].typ)
		unify.go#L170: 		w.typ(x)
		unify.go#L172: 		w.typ(u.at(x))